Release 10.1A: OpenEdge Development:
Open Client Introduction and Programming
Handling errors in an Open Client application
Calling a remote 4GL method can generate three different types of errors:
A client-side error is an error that occurs on the client machine before the client sends a particular request to the AppServer. A server-side error is an error that occurs on the AppServer machine, either before the AppServer runs a remote procedure or during procedure execution.
No matter what type of error Progress returns, the error message and number are made available to the client application, in the form of an exception for Open Clients and a SOAP exception for Web service clients.
For more information on how errors are returned for your type of Open Client, see OpenEdge Development: Java Open Clients , OpenEdge Development: .NET Open Clients , and OpenEdge Development: Web Services .
The following sections describe these types of errors.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |